projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c280bc6
)
(lw_separator_p): Add `--:space' with the same
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 10 Sep 1999 16:19:33 +0000
(16:19 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 10 Sep 1999 16:19:33 +0000
(16:19 +0000)
meaning as `--:noLine'.
lwlib/lwlib.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib.c
b/lwlib/lwlib.c
index 9e99847f8e3b2e805a13bb046b0c337efcb8a636..9939a5dcc96e8e57343f64d951b8321eee1eabfc 100644
(file)
--- a/
lwlib/lwlib.c
+++ b/
lwlib/lwlib.c
@@
-1420,6
+1420,7
@@
lw_separator_p (label, type, motif_p)
}
separator_names[] =
{
+ "space", SEPARATOR_NO_LINE,
"noLine", SEPARATOR_NO_LINE,
"singleLine", SEPARATOR_SINGLE_LINE,
"doubleLine", SEPARATOR_DOUBLE_LINE,